API

Procurement APIs

GET procurement/quote-requests

List of purchase quote requests

HTTP method GET
URI https://api.rambase.net/procurement/quote-requests
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 599, version 18

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

Read more about filters and sorting on how to use filter parameters and named filters.

InfoNotification() Named filter Purchase quote requests with notifications of type 'Information'
MyQuoteRequests() Named filter Purchase quote requests current user is assigned to
NearExpiration() Named filter Purchase quote requests near expiration date
PendingPurchaseQuote() Named filter Purchase quote requests pending purchase quote
PendingRegistration() Named filter Purchase quote requests pending registration
Assignee Integer The user who has been assigned to work with this object. Available macros: currentUser()
AssigneeName String The name of the user who has been assigned to work with this object.
CarrierId Integer Carrier identifier.
ContainingNotificationMessage String Show all transaction documents containing notifications. Note that search will be for messages in company language, and not in user language.
ContainingNotificationTypeId String Notification type identifier.
CreatedAt Datetime Date and time of creation. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Currency String Three character code following the ISO 4217 standard.
DeliveryTermPlace String A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye.
DeliveryTerms String Default delivery terms for the supplier. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce)..
ExpirationDate Date Expiration date for responding to the purchase quote request.. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Name String Name of customer (name of company or surname/familyname/lastname of a person).
Note String Additional information regarding the object (free text). This note might be visible to customers/suppliers.
PurchaseQuoteRequestId Integer Purchase quote request identifier.
RegistrationDate Date Date of registration. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
ShippingServiceId Integer Shipping service identifier.
Status Integer Status of purchase quote request.
SupplierId Integer RamBase supplier identifier.
SuppliersReference String Suppliers/sellers reference. Typically a person.
TotalAmount Decimal The total amount in object currency, including VAT.

Read more about filters and sorting on how to use sortable parameters

Assignee Integer The user who has been assigned to work with this object.
AssigneeName String The name of the user who has been assigned to work with this object.
CarrierId Integer Carrier identifier
ContainingNotificationMessage String Show all transaction documents containing notifications. Note that search will be for messages in company language, and not in user language.
ContainingNotificationTypeId String Notification type identifier
CreatedAt Datetime Date and time of creation
Currency String Three character code following the ISO 4217 standard
DeliveryTermPlace String A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye
DeliveryTerms String Default delivery terms for the supplier. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce).
ExpirationDate Date Expiration date for responding to the purchase quote request.
Name String Name of customer (name of company or surname/familyname/lastname of a person)
PurchaseQuoteRequestId Integer Purchase quote request identifier
RegistrationDate Date Date of registration
ShippingServiceId Integer Shipping service identifier
Status Integer Status of purchase quote request
SupplierId Integer RamBase supplier identifier
SuppliersReference String Suppliers/sellers reference. Typically a person.
TotalAmount Decimal The total amount in object currency, including VAT

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<PurchaseQuoteRequests>
2
     <PurchaseQuoteRequest>
3
          <PurchaseQuoteRequestId
PurchaseQuoteRequestId

Purchase quote request identifier

>
{Integer}</PurchaseQuoteRequestId>
4
          <Status
Status

Status of purchase quote request

Possible domain values can be found here

>
{Integer}</Status>
5
          <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
6
          <RegistrationDate
RegistrationDate

Date of registration

>
{Date}</RegistrationDate>
7
          <SuppliersReference
SuppliersReference

Suppliers/sellers reference. Typically a person.

>
{String}</SuppliersReference>
8
          <Assignee
Assignee

The user who has been assigned to work with this object.

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.Assignee in your request URI to get this field

>
9
               <UserId
UserId

User identifier

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.Assignee in your request URI to get this field

>
{Integer}</UserId>
10
               <Name
Name

Name of the user

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.Assignee in your request URI to get this field

>
{String}</Name>
11
               <FirstName
FirstName

First name of the user

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.Assignee in your request URI to get this field

>
{String}</FirstName>
12
               <UserLink
UserLink

User reference

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.Assignee in your request URI to get this field

>
{String}</UserLink>
13
          </Assignee>
14
          <Validity>
15
               <ExpirationDate
ExpirationDate

Expiration date for responding to the purchase quote request.

>
{Date}</ExpirationDate>
16
          </Validity>
17
          <Supplier>
18
               <SupplierId
SupplierId

RamBase supplier identifier

>
{Integer}</SupplierId>
19
               <Name
Name

Name of supplier (name of company or surname/familyname/lastname of a person)

>
{String}</Name>
20
               <SupplierLink
SupplierLink

Supplier reference

>
{String}</SupplierLink>
21
          </Supplier>
22
          <Totals>
23
               <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
24
               <TotalAmount
TotalAmount

The total amount in object currency, including VAT

>
{Decimal}</TotalAmount>
25
          </Totals>
26
          <HighlightedNotification
HighlightedNotification

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

>
27
               <NotificationId
NotificationId

Notification identifier

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

>
{Integer}</NotificationId>
28
               <Status
Status

Status of the notification

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

>
{Integer}</Status>
29
               <CreatedAt
CreatedAt

Date and time of creation

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

>
{Datetime}</CreatedAt>
30
               <Message
Message

The message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

>
{String}</Message>
31
               <TranslatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

>
{String}</TranslatedMessage>
32
               <NotificationType
NotificationType

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

>
33
                    <NotificationTypeId
NotificationTypeId

Notification type identifier

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

>
{String}</NotificationTypeId>
34
                    <Category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

>
{String}</Category>
35
                    <NotificationTypeLink
NotificationTypeLink

Notification type reference

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

>
{String}</NotificationTypeLink>
36
               </NotificationType>
37
               <NotificationLink
NotificationLink

Notification reference

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

>
{String}</NotificationLink>
38
          </HighlightedNotification>
39
          <PurchaseQuoteRequestLink
PurchaseQuoteRequestLink

Purchase quote request reference

>
{String}</PurchaseQuoteRequestLink>
40
     </PurchaseQuoteRequest>
41
     <Paging
Paging

Detailed paging information for this list.

>
42
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
43
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
44
          <Page
Page

Page index

>
{Integer}</Page>
45
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</FirstPageKey>
46
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
47
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</PreviousPageKey>
48
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
49
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</NextPageKey>
50
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
51
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</LastPageKey>
52
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
53
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
54
     </Paging>
55
</PurchaseQuoteRequests>
1
{
2
     "purchaseQuoteRequests": [
3
          {
4
               "purchaseQuoteRequestId
PurchaseQuoteRequestId

Purchase quote request identifier

":
"{Integer}",
5
               "status
Status

Status of purchase quote request

Possible domain values can be found here

":
"{Integer}",
6
               "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
7
               "registrationDate
RegistrationDate

Date of registration

":
"{Date}",
8
               "suppliersReference
SuppliersReference

Suppliers/sellers reference. Typically a person.

":
"{String}",
9
               "assignee
Assignee

The user who has been assigned to work with this object.

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.Assignee in your request URI to get this field

":
{
10
                    "userId
UserId

User identifier

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.Assignee in your request URI to get this field

":
"{Integer}",
11
                    "name
Name

Name of the user

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.Assignee in your request URI to get this field

":
"{String}",
12
                    "firstName
FirstName

First name of the user

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.Assignee in your request URI to get this field

":
"{String}",
13
                    "userLink
UserLink

User reference

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.Assignee in your request URI to get this field

":
"{String}"
14
               },
15
               "validity": {
16
                    "expirationDate
ExpirationDate

Expiration date for responding to the purchase quote request.

":
"{Date}"
17
               },
18
               "supplier": {
19
                    "supplierId
SupplierId

RamBase supplier identifier

":
"{Integer}",
20
                    "name
Name

Name of supplier (name of company or surname/familyname/lastname of a person)

":
"{String}",
21
                    "supplierLink
SupplierLink

Supplier reference

":
"{String}"
22
               },
23
               "totals": {
24
                    "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
25
                    "totalAmount
TotalAmount

The total amount in object currency, including VAT

":
"{Decimal}"
26
               },
27
               "highlightedNotification
HighlightedNotification

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

":
{
28
                    "notificationId
NotificationId

Notification identifier

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

":
"{Integer}",
29
                    "status
Status

Status of the notification

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

":
"{Integer}",
30
                    "createdAt
CreatedAt

Date and time of creation

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

":
"{Datetime}",
31
                    "message
Message

The message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

":
"{String}",
32
                    "translatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

":
"{String}",
33
                    "notificationType
NotificationType

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

":
{
34
                         "notificationTypeId
NotificationTypeId

Notification type identifier

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

":
"{String}",
35
                         "category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

":
"{String}",
36
                         "notificationTypeLink
NotificationTypeLink

Notification type reference

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

":
"{String}"
37
                    },
38
                    "notificationLink
NotificationLink

Notification reference

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseQuoteRequest.HighlightedNotification in your request URI to get this field

":
"{String}"
39
               },
40
               "purchaseQuoteRequestLink
PurchaseQuoteRequestLink

Purchase quote request reference

":
"{String}"
41
          }
42
     ],
43
     "paging
Paging

Detailed paging information for this list.

":
{
44
          "pageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

":
"{Integer}",
45
          "position
Position

Position of the first element in the list

":
"{Integer}",
46
          "page
Page

Page index

":
"{Integer}",
47
          "firstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
48
          "firstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

":
"{String}",
49
          "previousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
50
          "previousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

":
"{String}",
51
          "nextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
52
          "nextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

":
"{String}",
53
          "lastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
54
          "lastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

":
"{String}",
55
          "size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

":
"{Integer}"
56
     }
57
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 100147 HTTP 404 Notification type not found